Enable XI2 by default
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 12 Dec 2010 23:55:19 +0000 (00:55 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 15 Dec 2010 02:17:58 +0000 (03:17 +0100)
commitc4a5c2ed4b8861f92104f51d9213b0c9f64e26b1
treeb37ad7191d24a9587bb0cb8207acedbf2c76d945
parent66800aa212b3b086996d5a22f4eca151b679f309
Enable XI2 by default

gdk_enable_multidevice() has been replaced with gdk_disable_multidevice(),
so applications may call that function if they want to go back at the
previous behavior.

There would be usually little reasons to call that function, unless the
application is doing X calls itself that count on old fashioned core
devices.
gdk/gdk.c
gdk/gdk.symbols
gdk/gdkdevicemanager.c
gdk/gdkglobals.c
gdk/gdkinternals.h
gdk/x11/gdkdevicemanager-x11.c